Scalar Triple Product
Scalar Triple Product: Definition and Calculation
In vector algebra, we have learned about the scalar product (dot product) and the vector product (cross product). The scalar triple product (also known as the mixed product or box product) is an operation that combines both of these products, involving three vectors in three-dimensional space. It results in a scalar quantity.
Definition
Given three vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$, their scalar triple product is defined as the dot product of one vector with the cross product of the other two vectors, taken in a specific order.
The standard definition is the scalar product of $\vec{a}$ with the vector product of $\vec{b}$ and $\vec{c}$:
$\vec{a} \cdot (\vec{b} \times \vec{c})$
Result
Let's analyze the order of operations and the type of result:
- The cross product $\vec{b} \times \vec{c}$ is calculated first, and it results in a vector that is perpendicular to both $\vec{b}$ and $\vec{c}$.
- Then, the dot product of vector $\vec{a}$ with this resulting vector $(\vec{b} \times \vec{c})$ is computed. The dot product of two vectors yields a scalar quantity.
Therefore, the result of the scalar triple product $\vec{a} \cdot (\vec{b} \times \vec{c})$ is a scalar quantity (a real number). This is why it is called the 'scalar' triple product.
Notation
The scalar triple product $\vec{a} \cdot (\vec{b} \times \vec{c})$ is often denoted using a compact bracket notation, which is read as "box a b c":
$[\vec{a} \vec{b} \vec{c}]$
So, $[\vec{a} \vec{b} \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c})$. As we will see in the properties, the position of the dot and cross can be interchanged, so $[\vec{a} \vec{b} \vec{c}]$ also equals $(\vec{a} \times \vec{b}) \cdot \vec{c}$.
Calculation using Components
When the three vectors are given in component form with respect to the standard orthonormal basis $\{\hat{i}, \hat{j}, \hat{k}\}$, the scalar triple product can be calculated using a convenient determinant formula.
Let the vectors be:
$\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$
$\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}$
$\vec{c} = c_1\hat{i} + c_2\hat{j} + c_3\hat{k}$
First, calculate the cross product $\vec{b} \times \vec{c}$ using the determinant formula for the cross product:
$\vec{b} \times \vec{c} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = (b_2c_3 - b_3c_2)\hat{i} - (b_1c_3 - b_3c_1)\hat{j} + (b_1c_2 - b_2c_1)\hat{k}$
Now, calculate the dot product of $\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$ with this resulting vector $(\vec{b} \times \vec{c})$ using the component formula for the dot product ($\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 + u_3v_3$):
$\vec{a} \cdot (\vec{b} \times \vec{c}) = (a_1\hat{i} + a_2\hat{j} + a_3\hat{k}) \cdot ((b_2c_3 - b_3c_2)\hat{i} + (b_3c_1 - b_1c_3)\hat{j} + (b_1c_2 - b_2c_1)\hat{k})$
$\phantom{\vec{a} \cdot (\vec{b} \times \vec{c})} = a_1(b_2c_3 - b_3c_2) + a_2(b_3c_1 - b_1c_3) + a_3(b_1c_2 - b_2c_1)$
This expression is precisely the expansion of the $3 \times 3$ determinant whose rows (or columns) are the scalar components of the vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ in that order:
$$ \mathbf{[\vec{a} \vec{b} \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}} $$
This determinant formula is the standard and most efficient way to calculate the scalar triple product when vector components are known.
Example 1. Find the scalar triple product $[\vec{a} \vec{b} \vec{c}]$ for the vectors $\vec{a} = 2\hat{i} - 3\hat{j} + 4\hat{k}$, $\vec{b} = \hat{i} + 2\hat{j} - \hat{k}$, and $\vec{c} = 3\hat{i} - \hat{j} + 2\hat{k}$.
Answer:
Given vectors $\vec{a} = 2\hat{i} - 3\hat{j} + 4\hat{k}$, $\vec{b} = \hat{i} + 2\hat{j} - \hat{k}$, and $\vec{c} = 3\hat{i} - \hat{j} + 2\hat{k}$.
Their scalar components are:
- $\vec{a}$: $(a_1, a_2, a_3) = (2, -3, 4)$
- $\vec{b}$: $(b_1, b_2, b_3) = (1, 2, -1)$
- $\vec{c}$: $(c_1, c_2, c_3) = (3, -1, 2)$
We calculate the scalar triple product using the determinant formula:
$$ [\vec{a} \vec{b} \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = \begin{vmatrix} 2 & -3 & 4 \\ 1 & 2 & -1 \\ 3 & -1 & 2 \end{vmatrix} $$Expand the determinant along the first row:
$[\vec{a} \vec{b} \vec{c}] = 2 \begin{vmatrix} 2 & -1 \\ -1 & 2 \end{vmatrix} - (-3) \begin{vmatrix} 1 & -1 \\ 3 & 2 \end{vmatrix} + 4 \begin{vmatrix} 1 & 2 \\ 3 & -1 \end{vmatrix}$
Calculate the $2 \times 2$ determinants:
$\begin{vmatrix} 2 & -1 \\ -1 & 2 \end{vmatrix} = (2)(2) - (-1)(-1) = 4 - 1 = 3$
$\begin{vmatrix} 1 & -1 \\ 3 & 2 \end{vmatrix} = (1)(2) - (-1)(3) = 2 - (-3) = 2 + 3 = 5$
$\begin{vmatrix} 1 & 2 \\ 3 & -1 \end{vmatrix} = (1)(-1) - (2)(3) = -1 - 6 = -7$
Substitute these values back into the expansion:
$[\vec{a} \vec{b} \vec{c}] = 2(3) + 3(5) + 4(-7)$
$\phantom{[\vec{a} \vec{b} \vec{c}]} = 6 + 15 - 28$
$\phantom{[\vec{a} \vec{b} \vec{c}]} = 21 - 28$
$[\vec{a} \vec{b} \vec{c}] = -7$
The scalar triple product of the vectors $\vec{a}, \vec{b}, \vec{c}$ is -7.
Properties of Scalar Triple Product
The scalar triple product $[\vec{a} \vec{b} \vec{c}]$ has several key properties that are direct consequences of its definition and the properties of dot products, cross products, and determinants. These properties are very useful in simplifying calculations and understanding the geometric significance of the scalar triple product.
Let $\vec{a}, \vec{b}, \vec{c}$ be any three vectors, and $k$ be any scalar.
- Interchange of Dot and Cross Product:
The position of the dot product and the cross product can be interchanged in the scalar triple product without changing the value.
$\vec{a} \cdot (\vec{b} \times \vec{c}) = (\vec{a} \times \vec{b}) \cdot \vec{c}$
This property can be proven using the component formula (both expressions expand to the same determinant) or through geometric arguments. It justifies the ambiguity-free bracket notation $[\vec{a} \vec{b} \vec{c}]$.
- Cyclic Permutation of Vectors:
The value of the scalar triple product remains unchanged if the three vectors are permuted cyclically (keeping their relative order in the cycle).
$[\vec{a} \vec{b} \vec{c}] = [\vec{b} \vec{c} \vec{a}] = [\vec{c} \vec{a} \vec{b}]$
Reason (Determinant): This property follows from the properties of determinants. Cyclically shifting the rows of a $3 \times 3$ determinant (Row 1 to Row 2, Row 2 to Row 3, Row 3 to Row 1) requires two row swaps. Each row swap multiplies the determinant by -1. Two swaps result in a multiplication by $(-1)^2 = 1$, leaving the determinant value unchanged.
- Effect of Interchanging Adjacent Vectors:
Interchanging any two adjacent vectors in the scalar triple product (a non-cyclic permutation) negates the value of the product.
$[\vec{a} \vec{b} \vec{c}] = -[\vec{a} \vec{c} \vec{b}]$
$[\vec{a} \vec{b} \vec{c}] = -[\vec{b} \vec{a} \vec{c}]$
(and also $[\vec{b} \vec{c} \vec{a}] = -[\vec{b} \vec{a} \vec{c}]$, which is consistent with the other properties).
Reason (Determinant): This property follows directly from the determinant property that swapping any two rows multiplies the determinant by -1.
- Zero Value Conditions:
The scalar triple product $[\vec{a} \vec{b} \vec{c}]$ is equal to zero if and only if the three vectors $\vec{a}, \vec{b}, \vec{c}$ are coplanar. This is a crucial geometric condition derived from the algebraic property that the determinant of a matrix is zero if its rows (or columns) are linearly dependent.
The scalar triple product is zero if any of the following conditions hold (all imply coplanarity):
- At least one of the vectors is the zero vector ($\vec{0}$). (If $\vec{a}=\vec{0}$, the first row of the determinant is zero, so the determinant is 0).
- Any two of the vectors are equal ($\vec{a} = \vec{b}$ or $\vec{b} = \vec{c}$ or $\vec{c} = \vec{a}$). (If $\vec{a}=\vec{b}$, two rows of the determinant are identical, so the determinant is 0).
- Any two of the vectors are collinear ($\vec{a} = k\vec{b}$ or $\vec{b} = k\vec{c}$ or $\vec{c} = k\vec{a}$ for some scalar $k$). (If $\vec{a}=k\vec{b}$, the first row is a scalar multiple of the second row, so the determinant is 0).
- The three vectors $\vec{a}, \vec{b}, \vec{c}$ are coplanar. (If they are coplanar when originating from the same point, then one vector can be expressed as a linear combination of the other two - assuming those two are non-collinear. This linear dependence of rows/columns makes the determinant zero. If two are collinear, the STP is zero as per the previous point). This condition is discussed in detail in the next subheading.
- Linearity Property:
The scalar triple product is linear with respect to each of its vector arguments. This means that scalar multiplication and vector addition distribute over the STP for each vector position.
- Scalar Multiplication:
$[(k\vec{a}) \vec{b} \vec{c}] = k[\vec{a} \vec{b} \vec{c}]$
- Vector Addition:
$[(\vec{a} + \vec{d}) \vec{b} \vec{c}] = [\vec{a} \vec{b} \vec{c}] + [\vec{d} \vec{b} \vec{c}]$
Reason (Determinant): These properties follow from the linearity properties of determinants with respect to their rows (or columns).
- Scalar Multiplication:
- Independence of Coordinate System:
The value of the scalar triple product depends only on the vectors themselves, not on the specific Cartesian coordinate system used to represent them in component form.
Reason: The geometric meaning (volume of a parallelepiped, discussed next) is independent of the coordinate system. The determinant value is also invariant under rotation and translation of the coordinate system (though this is a deeper result from linear algebra).
Geometric Interpretation (Volume of Parallelepiped/Tetrahedron)
The scalar triple product, while an algebraic operation, possesses a very significant and intuitive geometric meaning. Its absolute value is directly related to the volume of a parallelepiped and a tetrahedron formed by the three vectors.
Geometric Interpretation: Volume of Parallelepiped
The absolute value of the scalar triple product $|[\vec{a} \vec{b} \vec{c}]| = |\vec{a} \cdot (\vec{b} \times \vec{c})|$ represents the volume of the parallelepiped formed by the three vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ when they are taken as coterminous edges (edges originating from the same vertex).
Derivation of Volume Formula
Consider a parallelepiped with coterminous edges represented by the vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$.
The volume of a parallelepiped can be calculated as the area of its base multiplied by its perpendicular height.
- Choose the parallelogram formed by vectors $\vec{b}$ and $\vec{c}$ as the base of the parallelepiped.
- The area of this base parallelogram is given by the magnitude of the cross product of its adjacent sides $\vec{b}$ and $\vec{c}$.
Area of Base $= |\vec{b} \times \vec{c}|$
- The vector $\vec{n} = \vec{b} \times \vec{c}$ is perpendicular (normal) to the plane containing the base parallelogram (the plane of $\vec{b}$ and $\vec{c}$). The magnitude of $\vec{n}$ is the area of the base.
- The perpendicular height $h$ of the parallelepiped is the component of the third vector $\vec{a}$ along the direction perpendicular to the base. This height is the magnitude of the scalar projection of $\vec{a}$ onto the normal vector $\vec{n} = \vec{b} \times \vec{c}$.
Scalar Projection of $\vec{a}$ onto $\vec{n} = \frac{\vec{a} \cdot \vec{n}}{|\vec{n}|} = \frac{\vec{a} \cdot (\vec{b} \times \vec{c})}{|\vec{b} \times \vec{c}|}$
Height $h = \left| \frac{\vec{a} \cdot (\vec{b} \times \vec{c})}{|\vec{b} \times \vec{c}|} \right| = \frac{|\vec{a} \cdot (\vec{b} \times \vec{c})|}{|\vec{b} \times \vec{c}|}$
- Now, calculate the volume of the parallelepiped:
Volume $=$ Area of Base $\times$ Height
Volume $= |\vec{b} \times \vec{c}| \times \frac{|\vec{a} \cdot (\vec{b} \times \vec{c})|}{|\vec{b} \times \vec{c}|}$
Volume $= |\vec{a} \cdot (\vec{b} \times \vec{c})|$
Thus, the volume of the parallelepiped formed by vectors $\vec{a}, \vec{b}, \vec{c}$ as coterminous edges is the absolute value of their scalar triple product:
$$ \mathbf{\text{Volume of Parallelepiped} = |[\vec{a} \vec{b} \vec{c}]|} $$
The sign of the scalar triple product $[\vec{a} \vec{b} \vec{c}]$ itself indicates whether the vectors $\vec{a}, \vec{b}, \vec{c}$ form a right-handed or left-handed system in that specific order. However, volume is a non-negative quantity, hence the absolute value.
Geometric Interpretation: Volume of Tetrahedron
A tetrahedron is a polyhedron with four triangular faces. If three vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ represent the coterminous edges of a tetrahedron originating from one vertex, its volume is related to the volume of the parallelepiped formed by the same vectors.
The volume of a tetrahedron (a type of pyramid) is given by the formula: Volume $= \frac{1}{3} \times (\text{Area of Base Triangle}) \times (\text{Perpendicular Height})$.
Consider the base of the tetrahedron to be the triangle formed by vectors $\vec{b}$ and $\vec{c}$. The area of this base triangle is half the area of the parallelogram formed by $\vec{b}$ and $\vec{c}$.
Area of Base Triangle $= \frac{1}{2} |\vec{b} \times \vec{c}|$
The perpendicular height $h$ of the tetrahedron from the terminal point of $\vec{a}$ to the base plane is the same as the height of the parallelepiped derived earlier:
Height $h = \frac{|\vec{a} \cdot (\vec{b} \times \vec{c})|}{|\vec{b} \times \vec{c}|}$
Now, substitute these into the volume formula for the tetrahedron:
Volume of Tetrahedron $= \frac{1}{3} \times \left(\frac{1}{2}|\vec{b} \times \vec{c}|\right) \times \left(\frac{|[\vec{a} \vec{b} \vec{c}]|}{|\vec{b} \times \vec{c}|}\right)$
Assuming $|\vec{b} \times \vec{c}| \ne 0$, we cancel the magnitudes:
Volume of Tetrahedron $= \frac{1}{6} |[\vec{a} \vec{b} \vec{c}]|$
Thus, the volume of the tetrahedron formed by vectors $\vec{a}, \vec{b}, \vec{c}$ as coterminous edges is one-sixth of the absolute value of their scalar triple product:
$$ \mathbf{\text{Volume of Tetrahedron} = \frac{1}{6} |\vec{a} \cdot (\vec{b} \times \vec{c})| = \frac{1}{6} |[\vec{a} \vec{b} \vec{c}]|} $$
Example 1. Find the volume of the parallelepiped whose coterminous edges are given by the vectors $\vec{u} = \hat{i} + 2\hat{j} + 3\hat{k}$, $\vec{v} = -\hat{i} + \hat{j} + 2\hat{k}$, and $\vec{w} = 2\hat{i} + \hat{j} + 4\hat{k}$.
Answer:
The volume of the parallelepiped formed by the vectors $\vec{u}, \vec{v}, \vec{w}$ as coterminous edges is the absolute value of their scalar triple product $|[\vec{u} \vec{v} \vec{w}]|$.
We calculate the scalar triple product $[\vec{u} \vec{v} \vec{w}]$ using the determinant formed by their components.
Components of $\vec{u}$ are $(1, 2, 3)$.
Components of $\vec{v}$ are $(-1, 1, 2)$.
Components of $\vec{w}$ are $(2, 1, 4)$.
$$ [\vec{u} \vec{v} \vec{w}] = \begin{vmatrix} 1 & 2 & 3 \\ -1 & 1 & 2 \\ 2 & 1 & 4 \end{vmatrix} $$Expand the determinant along the first row:
$[\vec{u} \vec{v} \vec{w}] = 1 \begin{vmatrix} 1 & 2 \\ 1 & 4 \end{vmatrix} - 2 \begin{vmatrix} -1 & 2 \\ 2 & 4 \end{vmatrix} + 3 \begin{vmatrix} -1 & 1 \\ 2 & 1 \end{vmatrix}$
Calculate the $2 \times 2$ determinants:
$\begin{vmatrix} 1 & 2 \\ 1 & 4 \end{vmatrix} = (1)(4) - (2)(1) = 4 - 2 = 2$
$\begin{vmatrix} -1 & 2 \\ 2 & 4 \end{vmatrix} = (-1)(4) - (2)(2) = -4 - 4 = -8$
$\begin{vmatrix} -1 & 1 \\ 2 & 1 \end{vmatrix} = (-1)(1) - (1)(2) = -1 - 2 = -3$
Substitute these values back into the expansion:
$[\vec{u} \vec{v} \vec{w}] = 1(2) - 2(-8) + 3(-3)$
$\phantom{[\vec{u} \vec{v} \vec{w}]} = 2 + 16 - 9$
$[\vec{u} \vec{v} \vec{w}] = 18 - 9 = 9$
The scalar triple product is 9. The volume of the parallelepiped is the absolute value of the scalar triple product.
Volume $= |[\vec{u} \vec{v} \vec{w}]| = |9| = 9$
The volume of the parallelepiped is 9 cubic units.
Condition for Coplanarity of Three Vectors using Scalar Triple Product
The scalar triple product provides a simple and powerful algebraic condition to determine whether three vectors lie in the same plane when they share a common initial point. This condition is directly related to the geometric interpretation of the scalar triple product as volume.
Condition for Coplanarity
Three vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ are coplanar if and only if their scalar triple product is equal to zero.
$$ \mathbf{\vec{a}, \vec{b}, \vec{c} \text{ are coplanar } \iff [\vec{a} \vec{b} \vec{c}] = 0} $$
Explanation
We can understand this condition from both geometric and algebraic perspectives:
- Geometric Explanation:
Consider the parallelepiped formed by the vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ as coterminous edges. The volume of this parallelepiped is given by $|[\vec{a} \vec{b} \vec{c}]|$.
If the vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ are coplanar when placed with a common initial point, they will all lie in the same plane. In this case, they cannot form a parallelepiped that occupies any three-dimensional space. The "parallelepiped" they form will be flattened into a 2D shape within the plane, effectively having zero volume.
Since the volume is 0, its absolute value is 0: $|[\vec{a} \vec{b} \vec{c}]| = 0$. This directly implies that the scalar triple product itself is zero: $[\vec{a} \vec{b} \vec{c}] = 0$.
Conversely, if $[\vec{a} \vec{b} \vec{c}] = 0$, then the volume of the parallelepiped formed by these vectors is 0. A non-degenerate parallelepiped can only have zero volume if its defining edges are coplanar. Therefore, if the scalar triple product is zero, the vectors must be coplanar.
- Algebraic Explanation (using Determinants):
The scalar triple product $[\vec{a} \vec{b} \vec{c}]$ is calculated as the determinant of the matrix formed by the components of $\vec{a}$, $\vec{b}$, and $\vec{c}$.
$[\vec{a} \vec{b} \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}$
The vectors $\vec{a}, \vec{b}, \vec{c}$ are coplanar if and only if one of them can be expressed as a linear combination of the other two (assuming the other two are non-collinear). For example, if $\vec{a}, \vec{b}, \vec{c}$ are coplanar and $\vec{b}, \vec{c}$ are non-collinear, then there exist scalars $x$ and $y$ such that $\vec{a} = x\vec{b} + y\vec{c}$. This means the vector $\vec{a}$ is a linear combination of $\vec{b}$ and $\vec{c}$. If the components $a_i = x b_i + y c_i$ for $i=1, 2, 3$, then the first row of the determinant is a linear combination of the second and third rows. A determinant with linearly dependent rows is always zero. Thus, coplanarity implies $[\vec{a} \vec{b} \vec{c}] = 0$.
Conversely, if the determinant is zero, its rows are linearly dependent. This means there exist scalars $x, y, z$, not all zero, such that $x(a_1, a_2, a_3) + y(b_1, b_2, b_3) + z(c_1, c_2, c_3) = (0, 0, 0)$. This is equivalent to $x\vec{a} + y\vec{b} + z\vec{c} = \vec{0}$. This vector equation implies that $\vec{a}, \vec{b}, \vec{c}$ are coplanar. (If, say, $x \neq 0$, then $\vec{a} = -\frac{y}{x}\vec{b} - \frac{z}{x}\vec{c}$, showing $\vec{a}$ is a linear combination of $\vec{b}$ and $\vec{c}$, which means they lie in the same plane). Thus, $[\vec{a} \vec{b} \vec{c}] = 0$ implies coplanarity.
- Vector Product View:
Consider the vector $\vec{n} = \vec{b} \times \vec{c}$. This vector is perpendicular to the plane containing $\vec{b}$ and $\vec{c}$. If $\vec{a}$ lies in the same plane as $\vec{b}$ and $\vec{c}$ (or is coplanar with them), then $\vec{a}$ must also be perpendicular to the normal vector $\vec{n}$. The condition for $\vec{a}$ to be perpendicular to $\vec{n}$ is that their dot product is zero: $\vec{a} \cdot \vec{n} = \vec{a} \cdot (\vec{b} \times \vec{c}) = 0$. Conversely, if $\vec{a} \cdot (\vec{b} \times \vec{c}) = 0$, then $\vec{a}$ is perpendicular to $\vec{b} \times \vec{c}$. Since $\vec{b} \times \vec{c}$ is normal to the plane of $\vec{b}$ and $\vec{c}$, any vector perpendicular to $\vec{b} \times \vec{c}$ must lie in that plane (or be the zero vector). Thus, $\vec{a}$ is coplanar with $\vec{b}$ and $\vec{c}$.
Example 1. Show that the vectors $\vec{a} = \hat{i} - 2\hat{j} + 3\hat{k}$, $\vec{b} = -2\hat{i} + 3\hat{j} - 4\hat{k}$, and $\vec{c} = \hat{i} - 3\hat{j} + 5\hat{k}$ are coplanar.
Answer:
To determine if the three vectors are coplanar, we calculate their scalar triple product. If the result is zero, the vectors are coplanar.
The scalar components of the vectors are:
- $\vec{a}$: $(a_1, a_2, a_3) = (1, -2, 3)$
- $\vec{b}$: $(b_1, b_2, b_3) = (-2, 3, -4)$
- $\vec{c}$: $(c_1, c_2, c_3) = (1, -3, 5)$
We calculate the scalar triple product $[\vec{a} \vec{b} \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c})$ using the determinant formula:
$$ [\vec{a} \vec{b} \vec{c}] = \begin{vmatrix} 1 & -2 & 3 \\ -2 & 3 & -4 \\ 1 & -3 & 5 \end{vmatrix} $$Expand the determinant along the first row:
$[\vec{a} \vec{b} \vec{c}] = 1 \begin{vmatrix} 3 & -4 \\ -3 & 5 \end{vmatrix} - (-2) \begin{vmatrix} -2 & -4 \\ 1 & 5 \end{vmatrix} + 3 \begin{vmatrix} -2 & 3 \\ 1 & -3 \end{vmatrix}$
Calculate the $2 \times 2$ determinants:
$\begin{vmatrix} 3 & -4 \\ -3 & 5 \end{vmatrix} = (3)(5) - (-4)(-3) = 15 - 12 = 3$
$\begin{vmatrix} -2 & -4 \\ 1 & 5 \end{vmatrix} = (-2)(5) - (-4)(1) = -10 - (-4) = -10 + 4 = -6$
$\begin{vmatrix} -2 & 3 \\ 1 & -3 \end{vmatrix} = (-2)(-3) - (3)(1) = 6 - 3 = 3$
Substitute these values back into the expansion:
$[\vec{a} \vec{b} \vec{c}] = 1(3) + 2(-6) + 3(3)$
$\phantom{[\vec{a} \vec{b} \vec{c}]} = 3 - 12 + 9$
$[\vec{a} \vec{b} \vec{c}] = 12 - 12 = 0$
Since the scalar triple product $[\vec{a} \vec{b} \vec{c}]$ is zero, the vectors $\vec{a}, \vec{b}, \vec{c}$ are coplanar.
Summary for Competitive Exams
Scalar Triple Product (STP): For vectors $\vec{a}, \vec{b}, \vec{c}$.
- Definition: $\vec{a} \cdot (\vec{b} \times \vec{c})$. Result is a scalar.
- Notation: $[\vec{a} \vec{b} \vec{c}]$.
- Calculation (Determinant): $[\vec{a} \vec{b} \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}$.
Properties:
- Interchange Dot/Cross: $\vec{a} \cdot (\vec{b} \times \vec{c}) = (\vec{a} \times \vec{b}) \cdot \vec{c}$.
- Cyclic Permutation: $[\vec{a} \vec{b} \vec{c}] = [\vec{b} \vec{c} \vec{a}] = [\vec{c} \vec{a} \vec{b}]$.
- Adjacent Swap: $[\vec{a} \vec{b} \vec{c}] = -[\vec{a} \vec{c} \vec{b}]$ (and other adjacent swaps).
- Linearity: $[(k\vec{a}+\vec{d}) \vec{b} \vec{c}] = k[\vec{a} \vec{b} \vec{c}] + [\vec{d} \vec{b} \vec{c}]$ etc.
Geometric Interpretation (Volume):
- $|[\vec{a} \vec{b} \vec{c}]|$ = Volume of parallelepiped with $\vec{a}, \vec{b}, \vec{c}$ as coterminous edges.
- $\frac{1}{6} |[\vec{a} \vec{b} \vec{c}]|$ = Volume of tetrahedron with $\vec{a}, \vec{b}, \vec{c}$ as coterminous edges.
Coplanarity Test:
- Vectors $\vec{a}, \vec{b}, \vec{c}$ are coplanar if and only if their scalar triple product is zero: $[\vec{a} \vec{b} \vec{c}] = 0$. This condition is equivalent to:
- The vectors are linearly dependent (one is a linear combination of the others).
- The determinant of their components is zero.
- One vector lies in the plane formed by the other two.